home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rompr100.zip / ROMPROC.DOC < prev    next >
Text File  |  1993-03-26  |  25KB  |  531 lines

  1.  
  2.     ┌────┐
  3.     │──═─│
  4.     │ ── │ ─────┐      ┌────┐             ROMProc Documentation File
  5.     │    │   ROMProc   │──═─│                    Version 1.00
  6.     │    │      └────> │ ── │          (c) Copyright 1993 - Stacy Smith
  7.     │    │             │    │
  8.     │    │             │    │
  9.    ─┴────┴─           ─┴────┴─
  10.  
  11.  
  12.                                 Courtesy of:
  13.  
  14.                         The Bloom Beacon-Picayune BBS
  15.           Node 1: (804) 525-9760 (USRobotics Courier Dual Standard)
  16.              Node 2: (804) 525-5372 (USRobotics Courier V.32bis)
  17.                              FidoNet 1:276/112
  18.                                   Intelec
  19.                              RoseNet (ID: BB-P)
  20.  
  21.                                 Stacy Smith
  22.                               Route 6 Box 189
  23.                            Forest, Virginia 24551
  24.  
  25.  
  26. ┌────────────────────┐
  27. │  1. Introduction:  │
  28. └────────────────────┘
  29.  
  30. ROMProc is a BBS download file preprocessor designed to make optimal use of
  31. CD-ROM and/or LAN BBS setups by copying the desired file(s) from the source
  32. drive into a work directory, commenting them, transferring them to the remote
  33. user with the desired protocol and cleaning up. ROMProc is different from other
  34. programs in which it performs all these functions automatically from a single
  35. program command.
  36.  
  37. By commenting files just prior to download, rather than commenting them when
  38. posted, you will save a lot of disk space and your files will always have
  39. up-to-date comments inserted. By stripping the comments from 200 megs of ZIP
  40. files on my system, I gained about 2 megs of disk space!
  41.  
  42. ROMProc was developed primarily because I didn't like the current crop of
  43. CD-ROM and server file handlers. They were either complicated to install,
  44. didn't perform as desired, were designed as doors, memory hogs, ridiculously
  45. expensive or crippled.
  46.  
  47.  
  48. ┌───────────────────────────┐
  49. │  2. Features of ROMProc:  │
  50. └───────────────────────────┘
  51.  
  52.       ∙ Handles the complete download process from a single command-line.
  53.       ∙ Functions with any protocol, including single, batch and bi-directional
  54.         protocols.
  55.       ∙ May be installed in your BBS software as a batch file or a direct
  56.         command-line.
  57.       ∙ Automatically identifies ARC, ARJ, HYP, LZH, PAK, SQZ, ZIP and ZOO
  58.         files, regardless of their file extensions (ideal for software
  59.         distribution networks, like .SDN files), allowing commenting of these
  60.         archivers that support archive comments (not all do).
  61.       ∙ Automatically identifies ARJ, LZH, PAK, SQZ and ZIP self-extracting
  62.         (SFX) archives.
  63.       ∙ Comments all files prior to downloading, if desired.
  64.       ∙ May be configured to insert a BBS ad file to the archives (ugh).
  65.       ∙ Fully multinode compatible.
  66.       ∙ Windowed full-screen interface.
  67.       ∙ Not crippled.
  68.       ∙ Returns the errorlevel of the transfer protocol, making ROMProc
  69.         completely transparent to the BBS software.
  70.       ∙ Written completely in C for optimal speed, using Microsoft C/C++ 7.0.
  71.       ∙ Lifetime registration; pay ONCE and your registration number will work
  72.         on all future versions!
  73.  
  74.  
  75. ┌─────────────────────────────────────────────────────────┐
  76. │  3. Files Included in the ROMProc Distribution Archive  │
  77. └─────────────────────────────────────────────────────────┘
  78.  
  79.         ROMPROC.EXE     Fidonet NodeList Scan door program
  80.         ROMPROC.CFG     Sample configuration file
  81.         ROMPROC.DOC     This file
  82.         HISTORY.TXT     ROMProc revision history in reverse order
  83.         REGISTER.FRM    Registration form for ROMProc
  84.         COMMENT.TXT     Sample comment file for inclusion in archives
  85.         FILE_ID.DIZ     Internal description file
  86.  
  87. When you unzip the distribution archive, you should see my PKZIP authenticity
  88. verification stamp, and a '-AV' after every file in the archive:
  89.  
  90.         # SSU301    The Bloom Beacon-Picayune BBS
  91.  
  92. If there are any files missing or added, or the -AV stamp is missing, the
  93. archive has been tampered with. It would be advisable to call my BBS (listed at
  94. the top of this document) for the latest version of ROMProc.
  95.  
  96.  
  97. ┌───────────────────────────┐
  98. │  4. Program Requirements  │
  99. └───────────────────────────┘
  100.  
  101. To the best of my knowledge, ROMProc will run on most any machine capable of
  102. running a BBS package. My BBS setup is PCBoard 14.5a/10 running under DESQview
  103. on a LANtastic 4.10 network, but other sysops that I have been in contact with
  104. have successfully implemented ROMProc on a wide variety of hardware.
  105.  
  106. ROMProc requires DOS 3.x or later, as it uses DOS SHARE-compatible file reads
  107. and writes.  ROMProc's memory requirements are very small (about 80K, plus
  108. whatever memory is required to invoke the transfer protocols), therefore it can
  109. be run in very low memory situations.
  110.  
  111. ROMProc has been developed and tested using the following archiving and
  112. transfer protocols:
  113.  
  114.         ARJ 2.10 through 2.30 (by Robert Jung)
  115.         ARJ 2.39 Beta 2 (by Robert Jung)
  116.         LHA 2.13 (by Haruyasu Yoshizaki)
  117.         PKZIP 1.10 (by PKWare)
  118.         PKZIP 1.93 Alpha (by PKWare)
  119.         PKZIP 2.04c/e/g (by PKWare)
  120.         SQZ 1.08.2 (by Jonas Hammarberg)
  121.         DSZ 11/06/92 (by Omen Technology)
  122.         HS/Link 1.12 (by Sam Smith)
  123.         HS/Link 1.13D6 (by Sam Smith)
  124.  
  125.  
  126. ┌───────────────────┐
  127. │  5. Registration  │
  128. └───────────────────┘
  129.  
  130. ROMProc is not free; nor is ROMProc is crippled to force registration. ROMProc
  131. is fully functional, and will always remain so. The only variation with the
  132. registered copies is no time delay and beg message.
  133.  
  134. Why register? Besides a clean conscience, you will get a registration code that
  135. will work for all future versions of ROMProc, and will remove the delay and
  136. message displayed upon closing the door.
  137.  
  138. The registration fee for your unique code is $10 for non-commercial BBSs (not
  139. too bad, eh?). The registration fee for commercial BBSs, defined if you run
  140. your BBS in the course of a commercial business or for profit, is $20. Other
  141. variations are available; refer to the file REGISTER.FRM for all registration
  142. options. Please print the file REGISTER.FRM and fill it out. You can print out
  143. the form by issuing the following command from the DOS prompt:
  144.  
  145.         TYPE REGISTER.FRM > PRN
  146.  
  147.  
  148. ┌───────────────────────────────────────┐
  149. │  6. License, Warranty and Disclaimer  │
  150. └───────────────────────────────────────┘
  151.  
  152. I'll keep this part short and sweet, and dispense with the legal-ese:
  153.  
  154.         License: You are allowed to use ROMProc for 30 days, after which you
  155.            must either register ROMProc or stop using it completely. ROMProc
  156.            registration is a license for your use of ROMProc; I retain
  157.            ownership of the software. A single registration applies to a single
  158.            BBS system, regardless of the number of computers used in the
  159.            system. If you run two or more distinct BBS systems on the same
  160.            computer(s) (with different names), you require two or more ROMProc
  161.            registrations. Refer to the registration form for the currect
  162.            pricing structure.
  163.  
  164.         Warranty: There isn't one. The only thing I'll guarantee is that
  165.            ROMProc will take up disk space, and will disappear when deleted.
  166.  
  167.         Disclaimer: I'm not responsible for anything bad that happens. ROMProc
  168.            works here, but I cannot be held responsible for it not working on
  169.            your computer or doing any damage to hardware or software.
  170.  
  171. If these aren't agreeable with you, then the best thing to do is delete ROMProc
  172. right now. I'll do my best to help any user (registered or not) that wants to
  173. use ROMProc, and I'll act on bug reports quickly, but I simply cannot and will
  174. not be responsible for anything bad, like lost data, disk crashes, or whatever
  175. else you can think of.
  176.  
  177.  
  178. ┌───────────────────┐
  179. │  7. Installation  │
  180. └───────────────────┘
  181.  
  182. GENERAL INSTALLATION:
  183. ─────────────────────
  184. Make a subdirectory on your hard drive. For the purposes of this document,
  185. we'll call it "C:\ROMPROC". Unarchive the ROMProc distribution archive into
  186. this subdirectory. You've more than likely already made it this far, if you're
  187. reading this file. <grin>
  188.  
  189. The ROMProc system opens a few files simultaneously for various reasons. I
  190. would recommend that you have a minimum of FILES=30 per node in your system
  191. CONFIG.SYS file for a single-node system, since ROMProc is run in conjunction
  192. with your BBS software.
  193.  
  194. If you are running under a network or a multitasking operating system, you
  195. should already have DOS's SHARE.EXE loaded. You must have SHARE loaded in order
  196. to take advantage of the file sharing and locking methods used by the ROMProc
  197. program to prevent data loss. (If you are running a single-node system without
  198. a multitasker, SHARE is not needed).
  199.  
  200. Edit the configuration file to suit your needs. Proper configuration will
  201. require you to refer to this section, the previous section and the section
  202. titled "Configuration", which has an in-depth explanation of each configuration
  203. parameter and its function.
  204.  
  205. Note that for the ROMProc program, you can obtain a limited program syntax
  206. screen simply by executing the program name "ROMPROC".
  207.  
  208. GENERIC INSTALLATION INTO YOUR BBS SOFTWARE:
  209. ────────────────────────────────────────────
  210. The premise behind ROMProc is that instead of invoking your transfer protocol
  211. as usual when sending files to remote, you invoke ROMProc instead. ROMProc will
  212. copy all files the remote user requested, process them as configured and invoke
  213. the desired protocol. Note that only the sending (remote download) protocol is
  214. changed; the receiving (remote upload) procotol is not changed. Upon completion
  215. of the transfer, ROMProc will return the errorlevel returned by the protocol,
  216. ensuring ROMProc's transparency to the BBS software.
  217.  
  218. ROMProc must be run from the BBS node subdirectory; this is required to prevent
  219. conflicts when multiple copies of ROMProc are run simultaneously. At the bare
  220. minimum, three command-line parameters are required for ROMProc:
  221.  
  222.     c:\romproc\romproc -Cc:\romproc\romproc.cfg -Ffile.ext -Tz
  223.  
  224. where -C defines the full path and filename of the configuration file for
  225. ROMProc and -F is the complete path and filename of the file (or batch list
  226. file) to be sent to remote; this parameter is almost always passed by the BBS
  227. software. Also, the required -T parameter defines to ROMProc which protocol to
  228. invoke by letter.
  229.  
  230. When run in a multinode environment, you must also pass the BBS node number
  231. (via the -N command-line switch) to prevent collisions during simultaneous
  232. downloads (if no node number is defined, 0 is used by default):
  233.  
  234.     c:\romproc\romproc -Cc:\romproc\romproc.cfg -Ffile.ext -Tz -N2
  235.  
  236. In many installations, the node number is or can be defined as an environment
  237. variable. For example, PCBoard sysops use the environment variable PCBNODE to
  238. use in batch files for external utilities.
  239.  
  240.     c:\romproc\romproc -Cc:\romproc\romproc.cfg -Ffile.ext -Tz -N%PCBNODE%
  241.  
  242. All BBS software passes the port number and computer-to-modem speed (DTE), and
  243. many also pass modem-to-modem carrier speed (DCE). These are passed on to
  244. ROMProc via the -P, -S and -E command-line switches, respectively. BBS software
  245. that supports bi-directional protocols will also pass the upload directory for
  246. the protocol to place any unexpected uploads from remote. This is passed to
  247. ROMProc using the -U command-line switch.
  248.  
  249. Most of the switches are self-explanatory. To be safe, if your BBS system
  250. is capable of passing a parameter, pass it on to ROMProc using the appropriate
  251. command-line switch. It can't hurt...
  252.  
  253. PCBOARD INSTALLATION:
  254. ─────────────────────
  255. Installation in PCBoard is very easy. PCBoard uses two batch files for each
  256. protocol, named PCBR?.BAT and PCBS?.BAT, where ? is the protocol letter. The
  257. PCBR?.BAT (receive) batch files do not need to be changed for ROMProc, however,
  258. the PCBS?.BAT batch file does. Below are sample Zmodem send (and receive, for
  259. reference) batch files from my multinode system:
  260.  
  261. PCBSZ.BAT:
  262. @Echo off
  263. if exist pcberr.fil del pcberr.fil
  264. if exist pcbdsz.log del pcbdsz.log
  265. c:\romproc\romproc -Cc:\romproc\romproc.cfg -Tz -N%PCBNODE% -F%3 -P%1 -S%2 -E%5
  266.  
  267. PCBRZ.BAT:
  268. @Echo off
  269. if exist pcberr.fil del pcberr.fil
  270. if exist pcbdsz.log del pcbdsz.log
  271. dsz port %1 speed %2 ha cts est 0 %5 pB4096 pr1 rz %3
  272.  
  273. With the exception of the -T parameter, all of your PCBS?.BAT files should be
  274. identical; change the -T parameter to reflect the appropriate protocol letter.
  275. For bi-directional protocols, such as HS/Link and BiModem, add the -U%6 command
  276. switch.
  277.  
  278. If you wish full implementation of ROMProc, all protocols have to be shelled
  279. instead of using the internal Xmodem and Ymodem protocols. Fortunately, DSZ is
  280. capable of all variations of Xmodem and Ymodem as well as Zmodem. The following
  281. is a screen snapshot of my PCBPROT.DAT file from PCBSETUP, with all protocols
  282. running through ROMProc:
  283.  
  284.                        Port Lock
  285.      Use Type Size MNP Open Lines             Protocol Description
  286.      ═══ ════ ════ ═══ ════ ═════ ═══════════════════════════════════════
  287.       A   I    128  N   N     N   ASCII (text files only)
  288.       X   S    128  N   N     Y   Xmodem
  289.       C   S    128  N   N     Y   Xmodem-CRC
  290.       O   S   1024  N   N     Y   1K-Xmodem
  291.       F   S   1024  Y   N     Y   1K-Xmodem/G
  292.       Y   D   1024  N   N     Y   Ymodem    [Batch]
  293.       G   D   1024  Y   N     Y   Ymodem/G  [Batch]
  294.       Z   D   1024  N   N     Y   Zmodem    [Batch]
  295.       M   D   1024  N   N     Y   Zmodem MobyTurbo  [Batch]
  296.       H   B   2048  N   N     Y   HS/Link (bi-directional)  [Batch]
  297.       N   I      0  N   N     N   None (ask each transfer)
  298.  
  299. Note the type for the Xmodem and Ymodem transfer protocols is now (S)helled or
  300. (D)SZLOG batch, instead of (I)nternal.
  301.  
  302. OTHER BBS INSTALLATION:
  303. ───────────────────────
  304.  
  305. * NOTE: As my BBS is PCBoard, I have written the PCBoard-specific instructions.
  306.         I would greatly appreciate some feedback from other BBS software users
  307.         regarding ROMProc installation specifics.
  308.  
  309. APPLICATION NOTES:
  310. ──────────────────
  311. PKZIP:
  312.     PKZIP 2.04 uses direct-video output by default that will make the
  313.     processing window look rather ugly when executed. To remedy this, set the
  314.     PKNOFASTCHAR environment variable which will revert PKZIP 2.04 to the older
  315.     1.10-style video output. (It doesn't matter what your set the variable to,
  316.     PKZIP just looks for its existence).
  317.  
  318. SQZ:
  319.     SQZ also uses direct-video output, but unlike PKZIP 2.04, it cannot be
  320.     defeated. The processing window look odd, but rest assured it is operating
  321.     correctly.
  322.  
  323. DSZ:
  324.     In many cases, the use of DSZPORT environment variable is more desirable
  325.     than passing the COM port information. This allows easier definition of
  326.     non-standard COM ports addresses. For example, if you are using COM2 for a
  327.     BBS node, add:
  328.  
  329.             SET DSZPORT=2
  330.  
  331.     to your node batch file. If you are running a non-standard COM port, define
  332.     the base address and IRQ on the command line. For example, if COM3 (a
  333.     non-standard port for IBM PCs) is used with 3e8 is the base address and 5
  334.     is the assigned IRQ, the setting would be:
  335.  
  336.             SET DSZPORT=3e8,5
  337.  
  338.     If you elect to use the DSZPORT environment variable, it is no longer
  339.     necessary to add the "port @PORT@" parameter to the DSZ command lines for
  340.     Xmodem, Ymodem, and Zmodem transfers in the ROMProc configuration file.
  341.  
  342. HS/Link:
  343.     The HS/Link command-line can include the -NF switch to turn off HS/Link's
  344.     full-screen display, allowing it to run in ROMProc's transfer protocol
  345.     window. Otherwise, ROMProc's local display will be overwritten by HS/Link's
  346.     display.
  347.  
  348.  
  349. ┌────────────────────┐
  350. │  8. Configuration  │
  351. └────────────────────┘
  352.  
  353. The sample configuration file included in the distribution archive is heavily
  354. commented, but some additional information is provided below:
  355.  
  356. GENERAL PARAMETERS:
  357. ───────────────────
  358. REG_CODE
  359.     The registration code EXACTLY as provided to you on your registration
  360.     letter. If this is an unregistered version, comment out this line. Note
  361.     that this is case-sensitive, as the serial number, BBS name and sysop name
  362.     are all encrypted into this code.
  363.  
  364. BBS_NAME
  365.     The BBS name EXACTLY as provided to you on your registration letter. If
  366.     this is an unregistered version, comment out this lines. Note that this is
  367.     case-sensitive!
  368.  
  369. SYSOP_NAME
  370.     The sysop name EXACTLY as provided to you on your registration letter. If
  371.     this is an unregistered version, comment out this line. You get the picture
  372.     by now...
  373.  
  374. WORK_DIR
  375.     The full path for the specific subdirectory for ROMProc to store file(s) to
  376.     be downloaded. This must include the trailing backslash! If this directory
  377.     does not exist at runtime, ROMProc will attempt to create it. This can be
  378.     set to a RAM disk for greater speed, since ROMProc will detect an out of
  379.     disk space condition and allow the download to continue from the original
  380.     file.
  381.  
  382. DISK_BUFFER
  383.     The size of the disk I/O buffer you wish to allocate in bytes (valid values
  384.     are between 2048 bytes and 16384 bytes). Optimal performance is obtained
  385.     with a value that is a multiple of 2048 bytes, since this is the size of a
  386.     typical hard disk cluster. 4096 seems to be a good number for me, although
  387.     a larger size will improve performance somewhat. If you find yourself
  388.     running out of memory when executing archivers or protocols, reduce this
  389.     number to increase your available memory. If no value is specified, the
  390.     disk buffer will default to 4096 bytes.
  391.  
  392. LOCK_LINES
  393.     If you want ROMProc to preserve three lines at the top or bottom of the
  394.     local display, enter TOP or BOTTOM as desired, otherwise, enter NONE or
  395.     comment the line out.
  396.  
  397. BBS_AD_FILE
  398.     The directory path and filename for your BBS ad to be inserted into each
  399.     and every archive processed by ROMProc. Note that you must provide a path,
  400.     or it will not be copied. I STRONGLY recommend against them; BBS ads are
  401.     aggravating to other sysops, so please be considerate and use the archive
  402.     comment instead. BBS ad files are the scourge of the BBS world. This
  403.     parameter is commented out by default.
  404.  
  405. COMMENT_ARC
  406.     If you want ROMProc to comment archives (if supported by the archive
  407.     format) enter YES. If not, enter NO or comment the line out. This is much
  408.     more desirable than inserting BBS ads.
  409.  
  410. PROC_DRIVE
  411.     Specify the drive letters for file preprocessing (BBS ad insertion and/or
  412.     commenting). Any file requested from a non-specified drive will still be
  413.     tranmitted (unmodified) from the original location. This allows
  414.     preprocessing of certain drives (e.g. CD-ROMs), but not all. Drives may be
  415.     specified in ranges, seperated by a hyphen, and/or individual drives may be
  416.     seperated by spaces, commas or semi-colons. The following examples are all
  417.     valid, and will select drives letters C through J:
  418.         PROC_DRIVE C-J
  419.         PROC_DRIVE C D E F G H I J
  420.         PROC_DRIVE C-F G H-J
  421.         PROC_DRIVE C-F,G-I,J
  422.  
  423. ARCHIVER DEFINITIONS:
  424. ─────────────────────
  425. Each archiver, is denoted by ARCHIVER x, where x is a sequential number. Up to
  426. 10 archivers can be executed by ROMproc. ROMProc is capable of automatically
  427. detecting ARC, ARJ, HYP, LZH, PAK, SQZ, ZIP and ZOO archives. The next 4
  428. keywords are required after the ARCHIVER statement; do not comment any of them
  429. out or insert other parameters or comments between them. I would also advise
  430. against changing the command options I have set, unless you have need to do so.
  431. Any other archiver can be added, if desired; the only requirement is that the
  432. archiver must return a DOS errorlevel so that ULP can determine if it ran
  433. properly. If you do not explicitly define the path to your archiver(s), it must
  434. in a directory included in the DOS PATH environment variable.
  435.     ARCHIVER    = denotes a new archiver definition.
  436.     ARC_EXT     = the extension for this particular archiving format.
  437.     ARC_ADD     = the command line to add files to an archive, including all
  438.                   command-line switches desired. Place the variable @ARCHIVE@
  439.                   where the filename is to be inserted in the command line and
  440.                   @FILE@ where the filespec is to be inserted.
  441.     ARC_COMMENT = the command line to comment archives, including all command-
  442.                   line switches desired. Place the variable @ARCHIVE@ where the
  443.                   filename is to be inserted in the command line. If the
  444.                   archive utility does not support commenting, leave this line
  445.                   blank.
  446.     ARC_ERR     = the errorlevel that the archiver returns upon success. This
  447.                   information should be available in the program's
  448.                   documentation.
  449.  
  450. PROTOCOL DEFINITIONS:
  451. ─────────────────────
  452. Each protocol, is denoted by PROTOCOL x, where x is the letter designating the
  453. protocol. Up to 15 protocols can be executed by ROMproc. The next keyword is
  454. required after the PROTOCOL statement; do not comment it out or insert other
  455. parameters or comments between them. I have configured most of the popular
  456. protocols, using the PCBoard default lettering scheme. If you do not explicitly
  457. define the path to your archiver(s), it must in a directory included in the DOS
  458. PATH environment variable.
  459.     PROTOCOL    = denotes a new protocol definition
  460.     PROT_SEND   = the command line to transmit the file(s) to remote, including
  461.                   all command-line switches desired. Place the following
  462.                   variables as needed for ROMProc to properly invoke the
  463.                   protocol.
  464.                   @PORT@     COM port to be used by the protocol
  465.                   @SPEED@    COM port computer-to-modem speed (DTE)
  466.                   @CARRIER@  modem-to-modem carrier speed (DCE)
  467.                   @FILE@     File (or batch list file) to be downloaded
  468.                   @UPLOAD@   path to upload directory for bi-directional
  469.                              protocols.
  470.  
  471.  
  472. ┌──────────────┐
  473. │  9. Support  │
  474. └──────────────┘
  475.  
  476. If you require support for ROMProc, I can be contacted by any of the following
  477. means:
  478.  
  479.     ∙ Fidonet netmail (node:  1:276/112)
  480.     ∙ Intelec BBS Doors conferences
  481.     ∙ RoseNet routed mail (system ID:  BB-P)
  482.     ∙ The ULP Support conference (#42) on Salt Air (PCBoard support BBS)
  483.     ∙ The Support conference (#2) on my BBS (listed at the top of this
  484.       document).
  485.  
  486.  
  487. ┌─────────────────────────────┐
  488. │  10. The Future of ROMProc  │
  489. └─────────────────────────────┘
  490.  
  491. ROMProc will be supported as long as I'm in the BBSing business (which will be
  492. quite a while...once it's in your blood, you can never shake it <g>). The
  493. ROMProc system will be continually expanding it's features, so get your
  494. comments in now! Some current plans:
  495.  
  496.       ∙ Add code enabling ROMProc to output status information to the remote
  497.         user for long batch processing on slow systems.
  498.       ∙ Any ideas from you guys? Thanks! <g>
  499.  
  500. If you have any other suggestions, contact me by U.S. snail-mail or on my BBS
  501. at the number at the top of this document.
  502.  
  503. Thanks for giving ROMProc a try!
  504.  
  505.  
  506. ┌────────────────────────────────┐
  507. │  Appendix A:  DOS Errorlevels  │
  508. └────────────────────────────────┘
  509.  
  510. The following is a list of the errorlevels than can be returned by ROMProc. The
  511. reason the successful execution errorlevel may not be zero is because ROMProc,
  512. upon error-free completion, returns the errorlevel of protocol, which makes
  513. ROMProc completely transparent to the BBS software.
  514.  
  515.         0           Successful execution (usually, depends on the protocol)
  516.         99          Help screen (executing a program with no or an
  517.                         insufficient number of arguments)
  518.         100         Could not close all open files
  519.         101         Invalid command-line parameter
  520.         102         Configuration file not found
  521.         103         No download file (or batch list file) specified
  522.         104         No transfer protocol specified
  523.         108         Invalid configuration file format (archiver definitions)
  524.         109         Invalid configuration file format (protocol definitions)
  525.         110         Unable to allocate heap memory
  526.         112         Invalid registration code
  527.         117         Invalid node number
  528.         120         Archiver BBS advertisement insertion error
  529.         121         Archiver commenting error
  530.         200         Undefined error (internal to ROMProc program)
  531.